home *** CD-ROM | disk | FTP | other *** search
/ Internet Info 1994 March / Internet Info CD-ROM (Walnut Creek) (March 1994).iso / inet / ien / ien-170 < prev    next >
Text File  |  1988-12-01  |  4KB  |  96 lines

  1.  
  2.  
  3. IEN 170
  4.                                                              Danny Cohen
  5.                                                               Jon Postel
  6.                                                                USC / ISI
  7.                                                       January 25th, 1980
  8.  
  9.  
  10.                             ON IP-ADDRESSING
  11.                             ----------------
  12.  
  13. At  some  early  point  we  agreed that an IP address is always a 32-bit
  14. address, composed of 8-bit NET-ID, followed by a 24-bit "REST" field.
  15.  
  16. This implied that:
  17.  
  18.       1. All the networks in our universe must have an 8-bit identifier;
  19.  and
  20.       2. All intra-net addresses must fit into a 24-bit field, somehow.
  21.  
  22. It also implies that:
  23.  
  24.       3. Our gateways must know about all of our (up to) 256 networks.
  25.  
  26.  
  27. Since it became clear that these assumptions may not  reflect  the  real
  28. world,  which  is  outside  of our IN group, we patched the situation by
  29. defining Source Routing (SR) which was expected to be equivalent to  the
  30. Extensible-Addressing which should have been used initially.
  31.  
  32. However,  the  way  our  source  route option is handled does not really
  33. solve the situation.  It  appears  as  if  the  implementation  of  this
  34. capability  is  optional,  even  though the documentation clearly states
  35. that the implementation of the options is mandatory, only their  use  of
  36. any given datagram is optional, as stated on p.29 of IEN-128.
  37.  
  38. We  do  not  know how many gateways actually have implemented the source
  39. routing options, if any.  We doubt if any TCP implementation is actually
  40. capable of communicating Source  Routing  to  the  IP  level  below  it,
  41. request  a Return-Route and know how to handle it once it arrives at the
  42. IP.
  43.  
  44. However, our definition of Source-Route as a  sequence  of  IP-addresses
  45. does  not  expand our addressing capabilities at all.  Only IP-addresses
  46. (which can be specified directly) may be specified by the  Source-Route.
  47. Both  the direct addressing and the Source-Route are designed to specify
  48. destinations which are under our control, in networks which agree to  be
  49. part of our addressing plan.
  50.                                    2
  51.  
  52. This a serious deficiency. Hosts on public nets, for example, require 14
  53. digits  of  address which is beyond our 24-bits capability, likewise PUP
  54. addresses require more than 24 bits.
  55.  
  56. In  order  to  overcome  this  deficiency  IEN-122  has  suggested  that
  57. ESCAPE-CODEs be defined in the space of NET-ID's.
  58.  
  59. The idea of Escape-Codes met no objections, and was added to the  (long)
  60. list of wouldn't-it-be-nice's which were never implemented.
  61.  
  62. The  introduction  of the Escape-Codes into the NET-ID space requires no
  63. change to the definitions of either IP or TCP which are  already  casted
  64. in concrete.  Therefore, LET'S DO IT, NOW !!!
  65.  
  66. The  numbers-Czar  would  be willing, rumors say, to assign such Escape-
  67. Code(s).
  68.  
  69. This still leaves us with the reality of lack  of  Source-Routing,  even
  70. though it is on the books.
  71.  
  72. Three approaches may be taken:
  73.  
  74.    (A) Enforce implementation of Source Route as  described
  75.        in the official documents, IEN-128.
  76.  
  77.    (B) Recognize the mistake, apologize and re-do it right:
  78.        introduce Extensible- Addresses.
  79.  
  80.    (C) Do nothing.
  81.  
  82. Obviously (B) is the toughest to implement, and (C) is the easiest.
  83.  
  84.  
  85.  
  86. We recommend that:
  87.  
  88.    1. The  implementation  of  Source-Routing  (SR)  be "enforced".
  89.       This includes both IP code in gateways  and  hosts,  and  its
  90.       interface to the higher level protocol (e.g., TCP).
  91.  
  92.    2. ESCAPE-CODEs  be  defined  in the space of NET-ID's, to allow
  93.       addressing  extensions  beyond  the  IP-world  (e.g.,  dialup
  94.       lines, PUP and public networks).
  95.